home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 1999 February 15 / MACPEOPLE-1999-02-15.ISO.7z / MACPEOPLE-1999-02-15.ISO / オンラインウエア / 厳選オンラインウエア100 / サウンド / TiMidity++1.0.0.68k.sit / TiMidity++1.0.0.68k / example of config file / sndfont.cfg < prev    next >
Text File  |  1998-02-27  |  698b  |  24 lines

  1. #----------------------------------------------------------------
  2. # SoundFont extension configuration
  3. #
  4. # soundfont <filename> [order={0|1}] [remove]
  5. #    <filename> is the path of SoundFont file.
  6. #    order: 0(preload) or 1(load after GUS).
  7. #    remove: Remove sound font
  8. #
  9. # font exclude <tonebank> [<preset> [<keynote>]]
  10. # font order {0|1} <tonebank> [<preset> [<keynote>]]
  11. #    <tonebank>: 0-127
  12. #
  13. # font exclude 128 [<drumset> [<key>]]
  14. # font order {0|1} 128 [<drumset> [<key>]]
  15. #----------------------------------------------------------------
  16.  
  17. soundfont /usr/local/lib/sfbank/chaos4m.sf2
  18.  
  19. # remove chaos drumset 99
  20. font exclude 128 99
  21.  
  22. # load drum samples after GUS patches
  23. font order 1 128
  24.